-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TOO_MANY_SKIPPED_SLOTS attestation error #5390
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, great comments, makes it even for me easy to understand 👍
🎉 This PR is included in v1.8.0 🎉 |
Motivation
Description
TOO_MANY_SKIPPED_SLOTS
errormaxSkipSlots
of chain to be 32:maxSkipSlots
of 32 above => headBlock of attestation should be in the last 64 slots and it's likely we can get its state from the cache). Also most of Attestations (>90%) are caught by theSeenAttestationDatas
cache, it's no problem not to import these weird attestations.part of #5384